traversing binary tree

英 [trəˈvɜːsɪŋ ˈbaɪnəri triː] 美 [trəˈvɜːrsɪŋ ˈbaɪnəri triː]

网络  遍历二叉树; 二叉树的遍历; 二叉树的周游

计算机



双语例句

  1. An Intelligible Non-Recursive Algorithm of Traversing Binary Tree
    一种易理解的非递归二叉树遍历算法
  2. A Recursive Algorithm of Traversing Binary Tree by Level Based on Chain-stack Array
    基于链栈数组的二叉树按层遍历递归算法
  3. Essay to essay all introduce the three ways of traversing binary tree: pre order;
    在文[1]至文[4]中都介绍了遍历一棵二叉树的三种方法:先序遍历、中序遍历和后序遍历。
  4. By careful researches of the traversal of binary tree, a new method of traversing binary tree is brought forward, which is able to solve the problem of traversal of binary tree.
    对二叉树的遍历过程进行深入地研究,提出一种生成二叉树遍历序列的新方法,解决了二叉树遍历序列的生成问题。
  5. In this paper, the author analyzed the structure of tree of windows in Windows 98, designed an algorithm of traversing the tree of windows and converting it into binary tree, and gave several examples of application with the tree of windows.
    本文分析了Windows98系统中窗口的体系结构,给出了周游窗口树的算法,并例举了窗口树的一些应用。
  6. Some characters about inorder traversing sequential storage full binary tree are introduced.
    从中序遍历的定义出发以及满二叉树的自身特点出发,得出了关于顺序存储的满二叉树中序遍历的性质。
  7. New Method of Traversing Binary Tree
    一种生成二叉树遍历序列的新方法
  8. Binary tree is a kind of data structure and recursive algorithm is usually used in traversing a binary tree. But it is always neglected to understand the details about the sequence of calling sentences and transferring parameters.
    二叉树是一种常用的数据结构,对二叉树的遍历通常采用递归调用的算法,但对调用过程中语句调用的顺序和参数传递情况的理解容易被忽略。
  9. On the basis of the rule of traversing binary tree, a simple and convenient method to judge a fully binary tree is proposed.
    根据二叉树的层次遍历原则,设计了一种在遍历二叉树的过程中实时判别完全二叉树的简便方法。
  10. This paper researchs the description-method of box part, to get its data structure and store the data in the database by the preorder traversing binary tree, which is used by generative CAPP of box part.
    箱体类的信息描述方法,用二叉树前序遍历算法获得箱体类零件的结构数据,按一定的数据格式存储在数据库中,供箱体类零件工艺创成时使用。
  11. The Research and Application of Traversing Binary Tree
    二叉树遍历研究及应用
  12. On Algorithm of the Floor Traversing of the Binary Tree
    关于二叉树的层次遍历算法
  13. The Teaching Analysis of Inorder Traversing Binary Tree in the Data Structure
    数据结构中二叉树中序遍历的教学分析
  14. Research on variety of working stack in traversing a binary tree
    遍历二叉树时工作栈变化情况的研究
  15. In this paper, an algorithm and a program are given for setting binary tree of the dendrogram on cluster analysis through studying the link table, and methods are presented for drawing the dendrogram and making other researches on cluster analysis by traversing the binary tree.
    通过分析聚类分析联结表,给出了建立聚类分析谱系图二叉树的算法和源程序,提出了通过遍历谱系图二叉树绘制聚类分析谱系图及进行聚类分析中其它研究的方法。